object SelectMailClientForm: TSelectMailClientForm Left = 475 Top = 667 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Select Mail Client' ClientHeight = 142 ClientWidth = 412 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object SpaceLabel: TLabel Left = 24 Top = 64 Width = 351 Height = 13 Caption = '(If the file name contains spaces then enclose it in double quot' + 'ation marks)' end object DefaultClientRadioButton: TRadioButton Left = 8 Top = 8 Width = 169 Height = 17 Caption = 'Use a preconfigured mail client' TabOrder = 3 OnClick = ClientRadioButtonClick end object SpecifyClientRadioButton: TRadioButton Left = 8 Top = 40 Width = 161 Height = 17 Caption = 'Specify a mail client command' TabOrder = 5 OnClick = ClientRadioButtonClick end object UserMailClientEdit: TEdit Left = 184 Top = 40 Width = 193 Height = 21 TabOrder = 6 Text = 'UserMailClientEdit' OnEnter = UserMailClientEditEnter end object Button1: TButton Left = 384 Top = 40 Width = 17 Height = 21 Caption = '...' TabOrder = 7 OnClick = Button1Click end object Button2: TButton Left = 240 Top = 104 Width = 75 Height = 25 Caption = 'Test launch' TabOrder = 1 OnClick = Button2Click end object OKButton: TButton Left = 152 Top = 104 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 0 OnClick = OKButtonClick end object CancelButton: TButton Left = 328 Top = 104 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object MailClientComboBox: TComboBox Left = 184 Top = 8 Width = 193 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 4 OnChange = MailClientComboBoxChange Items.Strings = ( 'No configured mail clients found') end object OpenDialog: TOpenDialog DefaultExt = 'exe' Filter = 'Executable (*.exe)|*.exe|MS-DOS Batch File (*.bat)|*.bat' InitialDir = '%programfiles%' Title = 'Select a mail client' Left = 104 Top = 104 end end